Package-level declarations

Types

Link copied to clipboard

Represents the state of a dropdown.

Link copied to clipboard
data class DropdownOption(val value: String, val enabled: Boolean = true)

Represents an option in a dropdown.

Link copied to clipboard

Input height for dropdowns.

Functions

Link copied to clipboard

Returns a map of strings to DropdownOptions.

Link copied to clipboard

Converts a list of strings to a map of strings to DropdownOptions.

Converts a list of Enum entries to a map of Enums to DropdownOptions.